home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / more / continuum / project2.dir / 00391_Script_go to water < prev    next >
Text File  |  1998-06-02  |  415b  |  22 lines

  1. global theLabel
  2. on mouseUp me
  3.   if (theLabel = 50) then
  4.     set the locV of sprite 30 to 1000
  5.     puppetTransition 27, 0, 300
  6.   end if
  7.   go to label("water")+(the frame - theLabel)
  8.   set theLabel = 500
  9. end
  10.  
  11. on mouseEnter me
  12.   if theLabel = 10 then set the locV of sprite 80 to 94
  13.   updatestage
  14. end
  15.  
  16. on mouseLeave me
  17.   if theLabel = 10 then set the locV of sprite 80 to -500
  18.   updatestage
  19. end
  20.  
  21.  
  22.